home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter Code.exe / Chapter04 / test4.s3d < prev    next >
Text File  |  2000-07-27  |  1KB  |  45 lines

  1.  
  2. DEF Box01 Transform {
  3.    translation 0 0 0
  4.    rotation 0 -1 0 -0.7854
  5.    children [
  6.       Shape {
  7.          appearance [
  8.             MultiAppearance {
  9.                material Material {
  10.                   diffuseColor 0.03137 0.4314 0.5255
  11.                }
  12.             }
  13.          ]
  14.          geometry MultiMesh {
  15.             coord DEF Box01-COORD Coordinate {
  16.                point [
  17.                   -50   0   50
  18.                    50   0   50
  19.                   -50   0  -50
  20.                    50   0  -50
  21.                   -50 100   50
  22.                    50 100   50
  23.                   -50 100  -50
  24.                    50 100  -50
  25.                ]
  26.             }
  27.             coordIndex [
  28.                0 2 3 -1
  29.                3 1 0 -1
  30.                4 5 7 -1
  31.                7 6 4 -1
  32.                0 1 5 -1
  33.                5 4 0 -1
  34.                1 3 7 -1
  35.                7 5 1 -1
  36.                3 2 6 -1
  37.                6 7 3 -1
  38.                2 0 4 -1
  39.                4 6 2 -1
  40.             ]         
  41.          }
  42.       }
  43.    ]
  44. }
  45.